home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / var / lib / dpkg / info / wpolish.postinst < prev    next >
Text File  |  2009-04-13  |  383b  |  16 lines

  1. #!/bin/sh
  2. set -e
  3. # Automatically added by installdeb-wordlist
  4. . /usr/share/debconf/confmodule
  5. SCRIPT="update-default-wordlist"
  6.  
  7. if [ "$1" = "configure" ] ; then
  8.     if which $SCRIPT > /dev/null 2>&1; then
  9.     $SCRIPT  --rebuild
  10.     else
  11.     echo "Error: $SCRIPT not present or executable. Missing dependency on dictionaries-common?" >&2
  12.     exit 1
  13.     fi
  14. fi
  15. # End automatically added section
  16.